Programming Kubernetes by michael Hausenblas

Programming Kubernetes by michael Hausenblas

Author:michael Hausenblas
Language: eng
Format: epub
Publisher: O'Reilly Media
Published: 2019-07-25T16:00:00+00:00


$ kubectl get at,pods NAME AGE at.cnat.programming-kubernetes.info/example-at 23m NAME READY STATUS RESTARTS AGE pod/example-at-pod 0/1 Completed 0 46s $ kubectl logs example-at-pod YAY

When you’re done developing the custom controller, using local mode as shown here, you’ll likely want to build a container image out of it. This custom controller container image can subsequently be used, for example, in a Kubernetes deployment. You can use the following command to generate the container image:

$ operator-sdk build $REGISTRY/PROJECT/IMAGE

Here are some further resources to learn more about the Operator SDK and examples around it:

“A Complete Guide to Kubernetes Operator SDK” by Toader Sebastian on BanzaiCloud



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.